#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    background: #fff;
}

.loader-content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.spinner {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: relative;
}

.b-cube {
    background: #ffffff;
}

.ar-cube {
    background: #ffffff;
}

.s-cube {
    background: #ffffff;
}

.f-cube {
    background: #ffffff;
}

.m-cube {
    background: #ffffff;
}

.ag-cube {
    background: #ffffff;
}

.h-cube {
    background: #ffffff;
}

.r-cube {
    background: #ffffff;
}

.t-cube {
    background: #ffffff;
}

.cube1,.cube2 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}

html,body,span,applet,object,iframe,acronym,big,em,ins,q,s,samp,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

body * {
    -webkit-text-size-adjust: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}

input,textarea,select {
    font-family: 'Lato', sans-serif, Arial;
    font-weight: 400;
    border-radius: 0;
}

a,a:link,a:visited,a:active,a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

body {
    font-family: 'Heebo', sans-serif, Arial;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

p {
    font-family: 'Heebo';
    letter-spacing: 1px;
}

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

#content-wrapper {
    padding-top: 122px;
    position: relative;
}

body.header-moved #content-wrapper {
    padding-top: 244px;
}

.container-above-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Heebo';
}

h3 {
    text-transform: uppercase;
}

p {
    font-family: 'Heebo';
}

#map-canvas {
    height: 660px;
    background: #485b77;
}

.block #map-canvas {
    margin-bottom: 60px;
}

.video-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 29, 40, 0.8);
    z-index: 10;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.video-player.active {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.video-iframe {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-player .close-iframe {
    color: #ff6c3a;
    font-family: 'bold', sans-serif, Arial;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

.video-player .close-iframe:hover {
    color: #fff;
}

@media (max-width: 991px) {
    #content-wrapper,body.header-moved #content-wrapper {
        padding-top:50px;
    }

    .container-above-header {
        position: relative;
    }

    #map-canvas {
        height: 300px;
    }

    .block #map-canvas {
        margin-bottom: 30px;
    }
}

.background-parent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.read-more {
    font-family: 'Jaapokki';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.read-more:hover {
    color: #333333;
}

.read-more:hover i {
    right: -10px;
}

.read-more i {
    font-family: "FontAwesome";
    position: relative;
    display: inline-block;
    right: 0;
    transition: right 0.3s linear;
}

.block-title {
    color: #196575;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 23px;
    word-wrap: break-word;
}

@media screen and (max-width: 481px) {
    .block-title {
        font-size:32px;
    }
}

.sub-title {
    max-width: 560px;
    color: #8b989b;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    padding: 0 15px 80px;
    font-family: 'Heebo';
    letter-spacing: 0;
}

.sub-title .post-meta a {
    color: #888888;
}

.sub-title .post-meta a:hover {
    color: #ffffff;
}

.demo-wrapper {
    position: static;
}

.demo-banner {
    background-size: cover;
    min-height: 660px;
    height: 100vh;
    position: relative;
    background-attachment: fixed;
}

.demo-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}

@media screen and (max-width: 992px) {
    .demo-banner {
        height:auto;
        padding: 150px 0;
        min-height: 100%;
    }
}

@media screen and (max-width: 481px) {
    .demo-banner {
        padding:70px 0;
    }
}

.d-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 15px;
}

@media screen and (max-width: 992px) {
    .d-banner-content {
        position:relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }
}

.d-banner-content h1 {
    margin: 55px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.3;
}

@media screen and (max-width: 481px) {
    .d-banner-content h1 {
        margin:30px 0;
    }
}

.d-banner-content a {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 18px 44px 14px;
    text-transform: uppercase;
}

.d-banner-content i {
    width: 18px;
    height: 8px;
}

.demo-info > div {
    padding: 17px 0 33px;
    text-align: center;
}

.demo-info h3 {
    font-family: 'Heebo';
    text-transform: uppercase;
    font-size: 16px;
    color: #d4fafd;
}

.demo-info h3 span {
    font-size: 40px;
    font-weight: 700;
    padding-right: 10px;
    position: relative;
    top: 5px;
    color: #fff !important;
}

.d-color-1 {
    background: #31cdda;
}

.d-color-2 {
    background: #e76a56;
}

.d-color-2 h3 {
    color: #fbbdb3;
}

.d-color-3 {
    background: #196575;
}

.d-color-3 h3 {
    color: #99cfda;
}

.d-footer {
    background: #f9f9f9;
    padding: 70px 0 60px;
}

.d-footer div {
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.demo-content {
    padding: 100px 0;
}

.demo-content h2 {
    font-size: 40px;
    color: #333333;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.demo-content p {
    text-transform: uppercase;
    color: #888;
    font-weight: bold;
    font-family: 'Heebo';
}

@media screen and (max-width: 992px) {
    .template-box {
        margin-top:70px;
        width: 100%;
    }
}

.template-box p {
    padding-top: 30px;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-family: 'Jaapokki';
    text-align: center;
    margin-bottom: 0;
}

.img-box {
    position: relative;
    margin: auto;
    border: 3px solid transparent;
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .img-box {
        display:inline-block;
    }
}

.img-box .template-link {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    height: 100%;
}

.img-box .template-link a {
    padding: 12px 20px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300px);
    border: 2px solid #ffffff;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: transform 0.4s ease;
}

.img-box .template-link a i {
    width: 18px;
    height: 8px;
    margin-left: 5px;
}

.img-box:hover .template-link {
    opacity: 1;
}

.img-box:hover .template-link a {
    transform: translate(-50%, -50%);
}

.img-box img {
    max-width: 100%;
    display: block;
    height: auto;
}

@-webkit-keyframes scroll-arrow {
    from {
        bottom: 48px;
    }

    to {
        bottom: 30px;
    }
}

@-ms-keyframes scroll-arrow {
    from {
        bottom: 48px;
    }

    to {
        bottom: 30px;
    }
}

@keyframes scroll-arrow {
    from {
        bottom: 48px;
    }

    to {
        bottom: 30px;
    }
}

.module i {
    font-size: 65px;
    float: left;
    margin-right: 30px;
}

.module img {
    width: 65px;
    float: left;
    margin-right: 30px;
}

.module .content {
    width: 60%;
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: 'Heebo';
    letter-spacing: 1px;
    float: left;
}

.module .content h3 {
    margin-top: 0;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .module .content {
        text-align:center;
        width: 90%;
        margin: 0 auto;
        float: none;
    }
}

.module .col-md-4 {
    min-height: 200px;
}

@media screen and (max-width: 992px) {
    .module .col-md-4 {
        margin-bottom:30px;
    }
}

@media screen and (max-width: 992px) {
    .module {
        text-align:center;
    }

    .module img {
        float: none;
        margin-bottom: 20px;
    }
}

.arrow-down {
    width: 18px;
    height: 18px;
    background: url("../../themes/nrgbarbershop/img/down-arrow.png");
    position: absolute;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
    -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
    animation: scroll-arrow 750ms ease-in-out infinite alternate;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a,.gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    height: inherit !important;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: inherit !important;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-free-mode > .swiper-wrapper .swiper-slide {
    cursor: ew-resize;
}

.swiper-slide {
    float: left;
    height: inherit !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

.swiper-container {
    width: 100%;
    height: auto;
    cursor: ew-resize;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
    background: transparent;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    position: relative;
    margin: 8px;
    border-radius: 50%;
}

.swiper-pagination-switch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.swiper-active-switch {
    border-color: #ffffff;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}


.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 18px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    width: 30px;
    height: 30px;
    left: 15px;
    background: rgba(0, 0, 0, 0.8) url("../../themes/nrgbarbershop/img/l-arrow.png") no-repeat center;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    left: auto;
    background: rgba(0, 0, 0, 0.8) url("../../themes/nrgbarbershop/img/r-arrow.png") no-repeat center;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    width: 30px;
    height: 30px;
    right: 15px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
}

.mfp-zoom-in {
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper {
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal {
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top {
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold {
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out {
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content,.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

#logo a {
    height: 90px;
    width: 98px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 0 auto;
    display: block;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 0 !important;
    background: #222222;
    -webkit-moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header > .container {
    position: relative;
}

@media screen and (max-width: 992px) {
    .header {
        background:rgba(34, 34, 34, 0.97);
    }
}

.header + div {
    margin-top: 90px;
}

.h-transparent .header {
    background: transparent;
}

.h-transparent .header.sticky {
    background: #222222;
}

@media screen and (max-width: 992px) {
    .header {
        background:#222222 !important;
    }
}

.nav {
    float: right;
    margin-top: 0px;
    margin-right: 15px;
}

.nav > ul > li {
    line-height: 90px;
}

.nav > ul > li > a {
    white-space: nowrap;
}

.nav > ul > li.current-menu-parent > a,.nav > ul > li.current-menu-item > a,.nav > ul > li.active > a {
    background-color: #d0a97e;
    color: #d0a97e;
}

.nav > ul > li.current-menu-parent ul li.current-menu-parent > a,.nav > ul > li.current-menu-item ul li.current-menu-parent > a,.nav > ul > li.active ul li.current-menu-parent > a,.nav > ul > li.current-menu-parent ul li.current-menu-item > a,.nav > ul > li.current-menu-item ul li.current-menu-item > a,.nav > ul > li.active ul li.current-menu-item > a {
    color: #d0a97e;
}

@media screen and (max-width: 992px) {
    .nav {
        display:none;
        width: 100%;
        margin-right: 0;
    }
}

.nav li {
    list-style: none;
    float: left;
    margin: 0 5px;
    line-height: 1em;
}

@media screen and (max-width: 1200px) {
    .nav li {
        margin:0;
    }
}

@media screen and (max-width: 992px) {
    .nav li {
        float:none;
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
    .nav li {
        padding-left:20px;
        padding-right: 30px;
    }
}

.nav li a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 2px 2px 5px;
    border: 2px solid transparent;
    transition: border-color 0.2s linear;
    display: inline-block;
    line-height: 1em;
}

@media screen and (max-width: 1200px) {
    .nav li a {
        font-size:9px;
    }
}

@media screen and (max-width: 992px) {
    .nav li a {
        padding:17px 0;
        display: block;
        border: none;
        border-top: 1px solid #ffffff;
        transition: color 0.2s linear, background 0.2s linear;
        font-size: 11px;
    }
}

.nav li a:hover {
    border-color: #d0a97e;
    color: #d0a97e;
}

@media screen and (max-width: 992px) {
    .nav li a:hover {
        background:#d0a97e;
        color: #fff;
    }
}

.nav li:last-of-type {
    margin-right: 0;
}

.nav ul {
    margin: 0px;
    padding: 0px;
}

.nav ul li {
    position: relative;
}

.nav ul li:hover > ul {
    display: block;
}

.nav ul li ul {
    position: absolute;
    background-color: #222222;
    left: 0px;
    top: 90px;
    width: 200px;
    border: 1px solid #f3f3f3;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav ul li ul li {
    float: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav ul li ul li:hover a {
    border-color: #222222;
}

.nav ul li ul li ul {
    top: 0px;
    left: auto;
    right: -200px;
}

.nav ul li ul li:last-child {
    border-bottom: 0px;
}

@media screen and (max-width: 992px) {
    .nav ul li ul {
        position:relative;
        display: block;
        width: auto;
        top: 0px;
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .nav ul li ul li {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .nav ul li ul li ul {
        right: auto;
        left: 0px;
    }
}

.s-header .nav > ul > li.current-menu-parent > a,.s-header .nav > ul > li.current-menu-item > a,.s-header .nav > ul > li.active > a {
    color: #fff;
}

.menu-button,.m-menu-button {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 15px;
    display: none;
    cursor: pointer;
    height: 90px;
}

.menu-button span,.m-menu-button span {
    height: 2px;
    margin-top: 10px;
    background: #ffffff;
    display: block;
    width: 30px;
    position: relative;
    transition: all 500ms ease-out;
}

@media screen and (max-width: 992px) {
    .menu-button,.m-menu-button {
        display:block;
    }
}

.menu-button span:first-child,.m-menu-button span:first-child {
    margin-top: 32px;
}

.menu-button.active span:nth-child(1),.m-menu-button.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
}

.menu-button.active span:nth-child(2),.m-menu-button.active span:nth-child(2) {
    opacity: 0;
    top: 7px;
}

.menu-button.active span:nth-child(3),.m-menu-button.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -17px;
}

.m-menu-button {
    transition: top 0.4s ease;
}

.m-menu-button.active span {
    color: #164b9b;
}

.m-menu-button.active {
    top: 5px;
}

body.burger-menu {
    overflow: hidden;
}

body.burger-menu header {
    height: 100%;
    overflow: scroll;
}

body.burger-menu .nav > ul > li.current-menu-parent:hover > a,body.burger-menu .nav > ul > li.current-menu-item:hover > a,body.burger-menu .nav > ul > li.active:hover > a {
    color: #fff;
}

@media screen and (min-width: 993px) {
    .h-transparent header.header + div {
        margin-top:0px;
    }

    .h-transparent header.header {
        background: rgba(34, 34, 34, 0);
        border-color: transparent;
    }

    .h-transparent header.header.sticky {
        background: rgba(34, 34, 34, 0.97);
        border-color: rgba(0, 0, 0, 0.04);
    }

    .h-transparent.burger-menu header.header .menu-button {
        display: block;
    }

    .h-transparent.burger-menu header.header nav.nav {
        margin-right: 65px;
        position: relative;
        -webkit-transform: translateX(-400%);
        transform: translateX(-400%);
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }

    .h-transparent.burger-menu header.header nav.nav.nav-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        display: block !important;
    }

    .h-transparent.burger-menu header.header.menu-active {
        background: rgba(34, 34, 34, 0.97);
        border-color: rgba(0, 0, 0, 0.04);
    }
}

.left-side-menu.one-page-menu header nav.nav.s-nav li a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.left-side-menu.one-page-menu header nav.nav.s-nav li a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.left-side-menu.one-page-menu header nav.nav.s-nav li.active a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body.left-side-menu {
}

body.left-side-menu header + div {
    margin-top: 0px;
}

.s-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    background: #222222;
    height: 100%;
    padding-top: 0 !important;
}

@media screen and (min-width: 993px) {
    .s-header > .container {
        width:150px;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .s-header {
        width:100%;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 0;
        background: rgba(34, 34, 34, 0.98);
    }
}

.s-header.fixed-top {
    position: fixed;
}

.s-header.fixed {
    position: fixed;
}

.s-header.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 0;
    height: auto;
}

@media screen and (min-width: 993px) {
    .s-main {
        padding-left:150px;
    }
}

.s-nav {
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .s-nav {
        display:none;
        position: relative;
        float: left;
        width: 100%;
        top: 0;
    }
}

.s-nav li {
    display: block;
    width: 100%;
    margin: 0;
}

.s-nav li a {
    display: block;
    text-align: center;
    padding: 27px 0;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #080808;
    font-size: 11px;
    transition: background 0.3s linear;
    width: 100%;
    background: #222222;
}

@media screen and (max-width: 992px) {
    .s-nav li a {
        padding:18px 0;
    }
}

@media screen and (max-width: 481px) {
    .s-nav li a {
        text-align: center!important;
        padding-left: 15px;
    }
}

.s-nav li a:hover,.s-nav li.active a {
    background: #d0a97e;
    border-color: #080808;
    color: #fff;
}

.s-nav li a:hover i,.s-nav li.active a i {
    color: #fff;
}

.s-nav li a:hover i:after,.s-nav li.active a i:after {
    opacity: 1;
}

.s-nav li a i {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 1em;
    color: #ffffff;
}

.s-nav li a i:after {
    content: '';
    display: block;
    opacity: 0;
    transition: opacity 0.3s linear;
}

@media screen and (max-width: 992px) {
    .s-nav li a i {
        display:none;
    }
}

.s-nav li:first-of-type a {
    border-top: 1px solid #080808;
}

.s-logo {
    display: block;
    text-align: center;
    padding: 50px 0;
}

@media screen and (max-width: 992px) {
    .s-logo {
        padding:20px 0;
        position: relative;
        float: left;
        right: -33%;
    }
}

.page-title {
    background-color: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-title .block-title {
    color: #333333;
    margin-bottom: 0px;
}

.page-title .sub-title {
    padding-bottom: 0px;
    color: rgba(51, 51, 51, 0.71);
    margin-top: 23px;
}

.footer {
    background: #35373e;
    color: #cfd1db;
    padding-top: 65px;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top:45px;
    }
}

img.footer-logo {
    display: block;
    margin: 0 auto;
}

.footer h3 {
    text-transform: uppercase;
    font-family: 'Jaapokki';
    font-size: 16px;
    margin-top: 70px;
    color: #cfd1db;
    letter-spacing: 5px;
}

.footer p {
    font-size: 13px;
    font-family: 'Heebo';
    color: #cfd1db;
    max-width: 550px;
    margin: 27px auto 45px;
    line-height: 22px;
    letter-spacing: 0;
}

.ftr-social {
    display: block;
    margin: 50px auto 50px;
}

@media screen and (max-width: 768px) {
    .ftr-social {
        margin-bottom:30px;
        margin-top: 30px;
        display: block;
        max-width: 100%;
    }
}

.ftr-social .social-network {
    opacity: 1;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 2px solid #fff;
    margin: 0 25px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 600px) {
    .ftr-social .social-network {
        margin:0 15px 15px;
    }
}

.ftr-social .social-network {
    line-height: 27px;
}

.ftr-social .social-network i {
    color: #cfd1db;
}

.ftr-social .social-network:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.ftr-social .social-network:hover i {
    color: #cfd1db;
}

@media (max-width: 991px) {
    .footer h3,.s-footer {
        margin-top:20px;
    }

    .footer p {
        margin-top: 15px;
    }
}

.ftr-nav-container {
    background: #2f3138;
    padding: 28px 0 22px;
}

@media screen and (max-width: 992px) {
    .ftr-nav-container {
        display:none;
    }
}

.ftr-nav {
    display: table;
    margin: 0 auto;
}

.ftr-nav li {
    float: left;
    list-style: none;
}

.ftr-nav li a {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 12px;
    color: #cfd1db;
    transition: color 0.2s linear;
    font-size: 11px;
}

.subscribe-form {
    max-width: 570px;
    height: 45px;
    background: #2c2c2c;
    margin: 0 auto;
    padding: 0 0 0 20px;
    position: relative;
}

@media screen and (max-width: 420px) {
    .subscribe-form {
        padding-left:10px;
    }
}

.subscribe-form label,.subscribe-form input {
    float: left;
    line-height: 45px;
}

.subscribe-form label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    padding-top: 2px;
    padding-right: 9px;
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 420px) {
    .subscribe-form label {
        top:-40px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.subscribe-form label:after {
    content: '';
    height: 10px;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 17px;
}

@media screen and (max-width: 420px) {
    .subscribe-form label:after {
        content:none;
    }
}

.subscribe-email {
    width: 90%;
    border: none;
    height: 45px;
    color: #646464;
    background: none;
    padding: 0 8px;
    float: left;
}

.subscribe-email::-webkit-input-placeholder {
    color: #646464;
}

.subscribe-email::-moz-placeholder {
    color: #646464;
}

.subscribe-email:-moz-placeholder {
    color: #646464;
}

.subscribe-email:-ms-input-placeholder {
    color: #646464;
}

.subscribe-submit {
    border: none;
    position: absolute;
    right: 0;
    transition: background 0.3s ease;
    width: 10%;
}

@media screen and (max-width: 420px) {
    .subscribe-submit {
        background-position:0 19px;
    }
}

.subscribe-submit:hover {
    background-position: 70% 19px;
}

.input-container {
    position: relative;
    padding-left: 100px;
}

@media screen and (max-width: 420px) {
    .input-container {
        padding-left:0;
    }
}

.widget {
    color: #cfd1db;
    margin-top: 60px;
}

.widget .widget-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.widget ul {
    list-style: none;
    line-height: 1.3em;
    padding: 0;
}

.widget a {
    color: #cfd1db;
}

.widget a:hover {
    color: #fff;
}

.vc-col-option {
    display: none;
}

@media only screen and (max-width: 600px) {
    .vc-row-table {
        margin-left:0px;
        margin-right: 0px;
    }
}

.vc_row .vc-overlay,.vc_column_container .vc-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.71;
}

.vc_row.img-left-top,.vc_column_container.img-left-top {
    background-position: left top !important;
}

.vc_row.img-left-center,.vc_column_container.img-left-center {
    background-position: left center !important;
}

.vc_row.img-left-bottom,.vc_column_container.img-left-bottom {
    background-position: left bottom !important;
}

.vc_row.img-center-top,.vc_column_container.img-center-top {
    background-position: center top !important;
}

.vc_row.img-center-center,.vc_column_container.img-center-center {
    background-position: center center !important;
}

.vc_row.img-center-bottom,.vc_column_container.img-center-bottom {
    background-position: center bottom !important;
}

.vc_row.img-right-top,.vc_column_container.img-right-top {
    background-position: right top !important;
}

.vc_row.img-right-center,.vc_column_container.img-right-center {
    background-position: right center !important;
}

.vc_row.img-right-bottom,.vc_column_container.img-right-bottom {
    background-position: right bottom !important;
}

.vc_row.overlay-dark::before,.vc_column_container.overlay-dark::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.vc_row.overlay-dark > *,.vc_column_container.overlay-dark > * {
    z-index: 10;
    position: relative;
}

.blog-section {
    color: #888888;
    line-height: 1.7em;
    font-family: 'Heebo';
    font-size: 14px;
    letter-spacing: 1px;
    padding: 120px 0px;
    background-color: #ffffff;
}

.blog-section .single-content {
    padding: 0 120px;
}

.blog-section .single-content p {
    margin-bottom: 1.5em;
}

.blog-section .single-content blockquote {
    padding: 10px 20px;
    margin: 20px 0 20px;
    border-left: 5px solid #eb2a2a;
}

.blog-section .single-content blockquote p {
    margin: 0;
}

.blog-section a {
    color: #000;
}

.blog-section h1,.blog-section h2,.blog-section h3,.blog-section h4,.blog-section h5,.blog-section h6 {
    font-family: 'Heebo';
    font-weight:bold;
    line-height: 1.3em;
    text-transform: none;
    color: #333333;
}

.blog-section h1 {
    font-size: 52px;
}

.blog-section h2 {
    font-size: 40px;
}

.blog-section h3 {
    font-size: 36px;
}

.blog-section h4 {
    font-size: 32px;
}

.blog-section h5 {
    font-size: 24px;
}

.blog-section h6 {
    font-size: 18px;
}

.blog-section ol,.blog-section ul {
    margin-left: 2em;
}

.blog-section pre {
    margin: 20px 0px;
    padding: 20px;
}

.blog-section strong {
    font-weight: bold;
}

.blog-section .post-item img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .blog-section h2 {
        font-size:32px;
    }
}

#comments h1,#comments h2,#comments h3,#comments h4,#comments h5,#comments h6 {
    color: #888;
}

#comments .comment-user-name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#comments .reply-title {
    font-size: 16px;
    text-transform: uppercase;
}

#comments input[type=text],#comments textarea {
    margin-bottom: 30px;
    width: 100%;
}

#comments .form-submit {
    text-align: center;
}

.pingback .comment-edit-link {
    margin-left: 15px;
}

#comments .comment-edit-link,#comments .comment-reply-link {
    text-decoration: underline;
}

.blog-section #comments p {
    padding: 0;
}

.blog-section #comments p.form-submit {
    margin: 0;
}

.blog-section .comment-title {
    font-family: 'Heebo';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-section .comment-list {
    margin: 0;
    list-style: none;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-section .comment-list .comment-date {
    font-family: 'Heebo';
    text-transform: none;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.blog-section .comment-list img {
    padding: 0;
    width: 250px;
    height: auto;
}

.blog-section .comment-list p.comment-desk {
    color: #000;
}

.blog-section .comment-list ol.children {
    list-style: none;
}

.post-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .post-item {
        margin-bottom:30px;
    }

    .post-item:last-of-type {
        margin-bottom: 0;
    }
}

.post-item p {
    text-align: left;
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 45px;
    color: #888888;
}

.post-item h5 a {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    color: #333333;
    transition: color 0.2s linear;
}

.post-item h5 a:hover {
    color: #ffffff;
}

.post-item img {
    max-width: 100%;
}

.pagination {
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 80px;
    text-align: center;
}

.pagination li {
    float: left;
}

.pagination li:first-child {
    margin-right: 15px;
    padding-top: 5px;
}

.pagination li a {
    color: #888888;
}

.pagination li a:hover {
    color: #ffffff;
}

.pagination li span {
    color: #ffffff;
}

.ts-pagination {
    display: table;
    margin: 0 auto;
    padding-top: 45px;
}

@media screen and (max-width: 992px) {
    .ts-pagination {
        padding-top:25px;
    }
}

.ts-pagination .swiper-pagination-switch {
    width: 10px !important;
    height: 10px !important;
    background: #eeeef0;
    margin: 0 6px;
    cursor: pointer;
    border: none;
}

.ts-pagination .swiper-pagination-switch:after {
    content: none;
}

.ts-pagination .swiper-active-switch {
    background: #35373e !important;
    border: none;
}

.team-container {
    position: relative;
}

.team-container .team-member-container {
    display: none;
    width: 100%;
    position: relative;
}

.team-container .team-member-container.active {
    display: table;
}

.team-container .team-member-container .team-member-photo {
    display: table-cell;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.team-container .team-member-container .team-member-box {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
}

.team-container .team-member-container .team-member-box .team-member-info {
    padding: 100px 0;
}

.team-container .team-member-container .team-member-box .team-member-info p {
    letter-spacing: 0px;
    line-height: 1.7;
}

.team-container .team-member-container .team-member-box .team-member-info .sub-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.team-container .pagination {
    display: none;
}

.team-container .team-nav {
    position: absolute;
    width: 50%;
    right: 1px;
    bottom: 0px;
}

.team-container.info-gallery-full .team-member-box {
    padding-bottom: 100px;
}

.team-container.info-gallery-full .team-nav {
    position: relative;
    width: 100%;
    right: 0px;
    left: 0px;
    display: none;
}

.team-nav {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .team-nav {
        width:100%;
        position: relative;
    }
}

@media only screen and (max-width: 600px) {
    .team-container .team-member-container.active {
        display:block;
    }

    .team-container .team-member-container .team-member-photo {
        display: block;
        width: 100%;
        min-height: 400px;
    }

    .team-container .team-member-container .team-member-box {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .team-container .team-nav {
        width: 100%;
        bottom: -40px;
    }
    .team-container .team-member-container .team-member-box .team-member-info {
        padding: 30px 0 110px;
    }

}

.member-slide {
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.member-slide img {
    max-width: 100%;
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.member-slide.active {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.s-service-box {
    text-align: center;
}

.s-service-box i {
    font-size: 64px;
    line-height: 64px;
}

.s-service-box img,.s-service-box i {
    margin-bottom: 30px;
}

.s-service-box h3 {
    margin-bottom: 20px;
}

.s-service-box .s-serv-title {
    font-size: 13px;
    text-transform: uppercase;
}

.s-service-box p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'Heebo';
    letter-spacing: 0;
}

.s-product-box {
    max-width: 270px;
    margin: 0 auto;
}

.s-product-info {
    background: #ffffff;
    text-align: center;
    height: 270px;
    padding-top: 95px;
}

.s-product-info span {
    display: inline-block;
    color: #f6e4d0;
    font-family: 'Heebo';
    padding-bottom: 20px;
}

.s-product-info h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 100%;
}

.contact-us input[type=text],.contact-us textarea {
    background: #eeeef0;
    padding: 16px 19px;
    color: #acafba;
    font-family: 'Heebo';
    font-size: 13px;
    display: inline-block;
    border: none;
    border: 1px solid transparent;
    width: 100%;
}

.contact-us input[type=submit],#comments input.send {
    font-size: 13px;
    text-transform: uppercase;
    color: #35373e;
    display: block;
    margin: 0 auto;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Jaapokki', sans-serif, Arial;
    padding: 0 35px 0 0;
    background-position: 90% 7px !important;
    background-repeat: no-repeat;
    transition: background 0.3s linear;
    border: none;
    color: #acafba;
    background-color: transparent;
    background-image: url("../../themes/nrgbarbershop/img/right.png");
}

.contact-us input[type=submit]:hover,#comments input.send:hover {
    background-position: 100% 7px!important;
}

.contact-us div[class^="col-"] {
    padding-bottom: 30px;
}

.contact-us .wpcf7-response-output {
    margin: 0.5em 0.5em 2em;
}

.lates-work {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .lates-work .work-img {
        width:50%;
    }

    .lates-work .work-img img {
        width: 100%;
    }
}

@media screen and (max-width: 481px) {
    .lates-work .work-img {
        width:100%;
    }
}

.lates-work h3 {
    color: #37383d !important;
    margin-bottom: 20px;
}

.lates-work .swiper-active-switch {
    background: #37383d !important;
}

body .tag {
    display: inline-block;
    color: #c6c5cb !important;
    font-family: 'Heebo';
    margin-top: 20px;
}

body .tag + p {
    color: #c6c5cb !important;
    line-height: 1.5;
}

.late {
    float: left;
    margin-top: 70px;
    margin-bottom: 66px;
}

@media screen and (max-width: 992px) {
    .late {
        text-align:center;
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
}

.late h3 {
    color: #35373e;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .late h3 {
        text-align:center;
    }
}

.lates-work #filters {
    float: right;
    margin-top: 78px;
    font-size: 13px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .lates-work #filters {
        float:none;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.lates-work #filters button {
    display: inline-block;
    padding: 0 20px0 20px;
    border: none;
    background: transparent;
    color: #acafba;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Jaapokki';
    letter-spacing: normal;
}

@media screen and (max-width: 992px) {
    .lates-work #filters button {
        padding-bottom:20px;
    }
}

.lates-work #filters .actual {
    color: #35373e;
}

.lates-work #filters button:hover {
    color: #35373e;
}

.lates-work #filters button:last-child {
    padding: 0 0 0 20px;
}

.work-img {
    display: block;
    vertical-align: top;
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    .work-img {
        width:100%;
    }
}

.work-img:hover .work-description {
    bottom: 0;
}

.work-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 479px) {
    .work-img img {
        width:100%;
    }
}

.work-description {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 30px 0 30px 0;
    position: absolute;
    bottom: -300px;
    left: 0;
    transition: bottom 0.4s ease;
}

.work-description h5 {
    text-transform: uppercase;
    font-family: 'Jaapokki';
    font-size: 14px;
    color: #35373e;
}

.work-description p {
    margin-top: 27px;
    font-size: 14px;
    color: #acafba;
}

.view {
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    color: #acafba;
}

.view:hover {
    color: #acafba;
}

.t-gallery .block-title {
    text-transform: uppercase;
}

.cont-filter {
    display: table;
    margin: 0 auto 100px;
}

@media screen and (max-width: 992px) {
    .cont-filter {
        margin:0 auto 50px;
        text-align: center;
    }
}

.cont-filter .button {
    float: left;
    background: none;
    border: none;
    text-transform: uppercase;
    color: #91a4a6;
    padding: 0 16px;
    display: inline-block;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .cont-filter .button {
        margin-bottom:10px;
        float: none;
        text-align: center;
    }
}

.cont-filter .button.actual {
    color: #32cddb;
}

.country-link {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .country-link {
        width:50%;
    }
}

@media screen and (max-width: 481px) {
    .country-link {
        width:100%;
    }
}

.country-link img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.country-link:hover .info-panel {
    bottom: 0;
}

.country-link .country-name {
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    letter-spacing: 2px;
}

.country-link .info-desc {
    display: none;
}

.info-panel {
    background: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -200px;
    left: 0;
    padding: 28px 0;
    transition: bottom 0.4s ease;
}

@media screen and (max-width: 992px) {
    .info-panel {
        padding:18px 0;
    }
}

.sw-container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}

.sw-container img {
    max-width: 100%;
}

.sw-container .swiper-container {
    background-color: #fff;
}

.sw-container.blog-section .country-name {
    color: #223b3d;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .sw-container.blog-section .country-name {
        font-size:12px;
    }
}

.sw-container.blog-section .tag {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.plase-box {
    min-height: 300px;
}

@media screen and (max-width: 992px) {
    .plase-box {
        min-height:300px;
    }
}

.plase-box img {
    width: 100%;
}

.place-info {
    background: #fff;
    padding: 100px 80px 40px;
    padding-top: 30px;
}

.place-info p {
    padding-top: 30px;
}

@media screen and (max-width: 992px) {
    .place-info {
        padding-left:15px;
        padding-right: 15px;
    }
}

.pagination-gallery {
    display: block !important;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

@media screen and (max-width: 992px) {
    .pagination-gallery {
        top:340px;
    }
}

.pagination-gallery .swiper-pagination-switch {
    background: #ededef;
    border: none;
    width: 10px;
    height: 10px;
    margin: 5px;
}

.pagination-gallery .swiper-pagination-switch:after {
    content: none;
}

.pagination-gallery .swiper-active-switch {
    background: #37cbd7 !important;
    border: none !important;
}

body .mfp-figure .mfp-close {
    width: 30px;
    height: 30px;
}

body .mfp-figure .mfp-close:after {
    content: 'x';
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
}

.mfp-close-btn-in .mfp-close {
    cursor: pointer;
    background: #fff;
    z-index: 9999999999999999999999999;
}

#gallery-box .sw-container .swiper-slide {
    display: block;
}

#gallery-box .hot-price {
    font-family: 'Heebo';
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 18px;
}

#gallery-box .country-name {
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
}

#gallery-box .place-info {
    background: #fff;
    padding: 100px 80px 40px;
    text-align: center;
    color: #888888;
}

#gallery-box .place-info p {
    line-height: 1.3em;
}

#gallery-box .pagination-gallery {
    display: block !important;
    position: absolute;
    top: 311px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 992px) {
    #gallery-box .pagination-gallery {
        top:340px;
    }
}

#gallery-box .pagination-gallery .swiper-pagination-switch {
    background: #ededef;
    border: none;
    width: 10px;
    height: 10px;
    margin: 5px;
}

#gallery-box .pagination-gallery .swiper-pagination-switch:after {
    content: none;
}

#gallery-box .pagination-gallery .swiper-active-switch {
    background: #ffffff !important;
    border: none !important;
}

.fashion-gallery #filters {
    z-index: 1;
    background: #eb2a2a;
}

.corner-stamp {
    border: 15px solid #fff;
    position: relative;
}

.fashion-gallery #filters button {
    border: none;
    background: none;
    font-size: 13px;
    font-family: 'Jaapokki';
    text-transform: uppercase;
    color: #ff7b7b;
    margin-bottom: 35px;
    display: block;
    text-align: center;
    width: 100%;
}

.filter-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fashion-gallery #filters button:last-child {
    margin-bottom: 0;
}

.fashion-gallery #filters button.actual {
    color: #fff;
}

.fashion-gallery #filters button:hover {
    color: #fff;
}

body.fashion .grid {
    width: 0;
}

.fashion-gallery .work-img {
    position: relative;
    width: 25%;
}

@media screen and (max-width: 992px) {
    .fashion-gallery .work-img {
        width:50%;
    }
}

@media screen and (max-width: 479px) {
    .fashion-gallery .work-img {
        width:100% !important;
    }
}

.gallery-border {
    position: relative;
}

.gallery-border:after {
    content: '';
    border: 15px solid #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fashion-gallery .work-img:hover .gallery-border:after {
    opacity: 0;
}

.fashion-gallery .girl-laugh {
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.fashion-gallery .girl-laugh h6 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.fashion-gallery .girl-laugh p {
    font-size: 14px;
    margin-bottom: 28px;
    color: #fff;
}

.fashion-gallery .work-img:hover .girl-laugh {
    opacity: 1;
}

@media (max-width: 991px) {
    .amazing-team h3 {
        margin-bottom:40px;
    }

    .amazing-team p {
        margin-bottom: 40px;
    }

    .am-team li {
        display: inline-block;
        width: 32%;
    }

    .team-image {
        min-height: 350px;
    }
}

@media screen and (max-width: 991px) and (max-width:481px) {
    .am-team li {
        width:100%;
    }
}

@media (max-width: 767px) {
    .collections {
        margin-bottom:50px;
    }

    .collections h3 {
        margin-bottom: 40px;
    }
}

.arrows {
    margin-top: 25px;
    width: 130px;
    margin: auto;
}

.arrows.det-arrow {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

@media screen and (max-width: 481px) {
    .arrows.det-arrow {
        display:none;
    }
}

.arrows.det-arrow div {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    z-index: 555;
}

.arrows.det-arrow .arrow-left {
    left: 0;
}

@media screen and (max-width: 992px) {
    .arrows.det-arrow .arrow-left {
        left:15px;
    }
}

.arrows.det-arrow .arrow-right {
    right: 0;
}

@media screen and (max-width: 992px) {
    .arrows.det-arrow .arrow-right {
        right:15px;
    }
}

.arrows.t-popular-arrows {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.arrows.t-popular-arrows div {
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 1;
    transition: opacity 0.5s linear;
    position: absolute;
    margin-top: 0;
    z-index: 111;
    top: 110px;
}

.arrows.t-popular-arrows div:hover {
    opacity: 0.8;
}

.arrows.t-popular-arrows div img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.arrows.t-popular-arrows .arrow-left {
    left: 10px;
}

.arrows.t-popular-arrows .arrow-left i {
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .arrows.t-popular-arrows .arrow-left {
        left:55px;
    }
}

@media screen and (max-width: 992px) {
    .arrows.t-popular-arrows .arrow-left {
        left:15px;
    }
}

.arrows.t-popular-arrows .arrow-right {
    right: 10px;
}

.arrows.t-popular-arrows .arrow-right i {
    position: absolute;
    left: 18px;
    top: 18px;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .arrows.t-popular-arrows .arrow-right {
        right:54px;
    }
}

@media screen and (max-width: 992px) {
    .arrows.t-popular-arrows .arrow-right {
        right:15px;
    }
}

.arrow-left {
    margin-right: 90px;
}

.arrows > div {
    display: inline-block;
    opacity: 0.45;
}

.arrows > div:hover {
    opacity: 1;
    cursor: pointer;
}

.post h5 a {
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    color: #333333;
    transition: color 0.2s linear;
}

@media screen and (max-width: 768px) {
    .post {
        margin-bottom:30px;
    }

    .post:last-of-type {
        margin-bottom: 0;
    }
}

.post p {
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #888888;
}

.hot-container {
    background: #fff;
    max-width: 270px;
    margin: 0 auto;
    box-shadow: 2.5px 4.3px 10px rgba(0, 0, 0, 0.1);
}

.hot-place-box {
    text-align: center;
    padding: 50px 0 38px;
}

.hot-place-box h3 {
    text-transform: uppercase;
    color: #223b3d;
    font-size: 14px;
    margin-bottom: 20px;
}

.hot-price {
    font-family: 'Heebo';
    font-size: 14px;
    font-weight: bold;
    color: #32cddb;
    margin-bottom: 18px;
}

.place-more {
    background: #223b3d;
    text-align: center;
    padding: 18px 0 16px;
}

.place-more a {
    color: #fff;
}

.place-more a:hover {
    color: #fff;
}

.f-info-content {
    text-align: center;
    z-index: 555;
}

.f-info-content h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0px;
}

.f-info-content span {
    display: block;
    color: #fff;
    font-family: 'Heebo';
}

.f-info-det {
    border: 3px solid #fff;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Heebo';
    display: inline-block;
    text-transform: uppercase;
    margin: 20px 0;
}

.col-our {
    position: relative;
    background: #fff;
    min-height: 250px;
}

.col-our h3 {
    color: #888888;
    text-transform: uppercase;
    margin: 22px 0;
}

.col-our .read-more {
    color: #888;
}

.banner-navigation.transparent {
    text-align: center;
    cursor: pointer;
}

.banner-navigation.transparent .banner-nav-item {
    height: 120px;
    border-bottom: 10px solid transparent;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-left: 1%;
    margin-right: 1%;
}

.banner-navigation.transparent .banner-nav-item h3 {
    margin: 30px 0;
}

.banner-navigation.transparent .banner-nav-item.active,.banner-navigation.transparent .banner-nav-item:hover {
    border-color: #e66a55;
}

.banner-navigation.transparent .banner-nav-item p {
    display: none;
}

.banner-navigation.transparent.column-2 .banner-nav-item {
    width: 14.666%;
}

.banner-navigation.transparent.column-3 .banner-nav-item {
    width: 23%;
}

.banner-navigation.transparent.column-4 .banner-nav-item {
    width: 31.333%;
}

.banner-navigation.transparent.column-6 .banner-nav-item {
    width: 48%;
}

.m0 {
    margin: 0px;
}

.m1 {
    margin: 20px;
}

.m1h {
    margin-left: 20px;
    margin-right: 20px;
}

.m1v {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m2 {
    margin: 40px;
}

.m2h {
    margin-left: 40px;
    margin-right: 40px;
}

.m2v {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m3 {
    margin: 60px;
}

.m3h {
    margin-left: 60px;
    margin-right: 60px;
}

.m3v {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m4 {
    margin: 80px;
}

.m4h {
    margin-left: 80px;
    margin-right: 80px;
}

.m4v {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m5 {
    margin: 100px;
}

.m5h {
    margin-left: 100px;
    margin-right: 100px;
}

.m5v {
    margin-top: 100px;
    margin-bottom: 100px;
}

.p0 {
    padding: 0px;
}

.p1 {
    padding: 20px;
}

.p1h {
    padding-left: 20px;
    padding-right: 20px;
}

.p1v {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p2 {
    padding: 40px;
}

.p2h {
    padding-left: 40px;
    padding-right: 40px;
}

.p2v {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p3 {
    padding: 60px;
}

.p3h {
    padding-left: 60px;
    padding-right: 60px;
}

.p3v {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p4 {
    padding: 80px;
}

.p4h {
    padding-left: 80px;
    padding-right: 80px;
}

.p4v {
    padding-top: 80px;
    padding-bottom: 80px;
}

.p5 {
    padding: 100px;
}

.p5h {
    padding-left: 100px;
    padding-right: 100px;
}

.p5v {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767px) {
    .m3,.m4,.m5 {
        margin:30px;
    }

    .m3h,.m4h,.m5h {
        margin-left: 30px;
        margin-right: 30px;
    }

    .m3v,.m4v,.m5v {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p3,.p4,.p5 {
        padding: 30px;
    }

    .p3h,.p4h,.p5h {
        padding-left: 30px;
        padding-right: 30px;
    }

    .p3v,.p4v,.p5v {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.padding0 {
    padding: 0px;
}

.padding1x {
    padding: 20px;
}

.padding2x {
    padding: 40px;
}

.padding3x {
    padding: 60px;
}

.padding4x {
    padding: 80px;
}

.padding5x {
    padding: 100px;
}

.margin0 {
    margin: 0px;
}

.margin1x {
    margin: 20px;
}

.margin2x {
    margin: 40px;
}

.margin3x {
    margin: 60px;
}

.margin4x {
    margin: 80px;
}

.margin5x {
    margin: 100px;
}

@media only screen and (max-width: 480px) {
    .col-inform .arrows {
        bottom:170px;
    }

    .blog-section h1 {
        font-size: 36px;
    }

    .blog-section h2 {
        font-size: 32px;
    }

    .process-info .vc_col-sm-3 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 601px) {
    body > .blog-section {

    }
}

.boxed-text {
    display: block;
    border: 5px solid #333333;
    padding: 60px 40px;
    margin-bottom: 0px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.boxed-text h2 {
    color: #333333;
}

.boxed-text p {
    color: #888888;
}

@media screen and (max-width: 601px) {
    .boxed-text {
        width:90%;
    }
}

.blog-section .text-light {
    color: #fff;
}

.blog-section .text-light h1,.blog-section .text-light h2,.blog-section .text-light h3,.blog-section .text-light h4,.blog-section .text-light h5,.blog-section .text-light h6,.blog-section .text-light p,.blog-section .text-light div,.blog-section .text-light span,.blog-section .text-light a,.blog-section .text-light blockquote,.blog-section .text-light .wpb_tabs[data-style="process"] .process h6,.blog-section .text-light .wpb_tabs[data-style="process"] .process i,.blog-section .text-light .wpb_tabs[data-style="process"] .process .number p {
    color: #fff;
}

.blog-section .text-light .wpb_tabs[data-style="process"] .process .number:after,.blog-section .text-light .wpb_tabs[data-style="process"] .process .number:before {
    background: #fff;
}

.blog-section .text-light .boxed-text {
    border-color: #fff;
}

.blog-section .text-light .boxed-text h2,.blog-section .text-light .boxed-text p {
    color: #fff;
}

.brand-color {
    color: #ffffff !important;
}

.image-shadow {
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.image-shadow img {
    width: 100%;
}

.w-banner img {
    width: 100%;
    height: auto;
}

.tt-carousel-image-gallery {
    cursor: w-resize;
}

.tt-carousel-image-gallery img {
    width: 100%;
    height: auto;
}

.h-arrow-container {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    top: 50px;
    text-align: center;
}

.h-arrow-container .swiper-arrow-left,.h-arrow-container .swiper-arrow-right {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.h-arrow-container .swiper-arrow-left {
    left: 0;
}

.h-arrow-container .swiper-arrow-right {
    right: 0;
}

.procedure-slider {
    padding-top: 100px;
}

.procedure-slider .swiper-slide {
    display: block;
}

@media (max-width: 767px) {

    .showFuckingMobile{position: initial !important;}
    .showFuckingMobile .wpb_wrapper{position:initial !important;;}

    .testimonial-wrapper.slider-type-circles .client-slide img {
        width:80% !important;
    }

    .wpb_tabs .wpb_tabs_nav li,.wpb_tabs_extended .wpb_tabs_nav li,.wpb_tabs .vc_tta-tabs-list li,.wpb_tabs_extended .vc_tta-tabs-list li {
        width: 100%;
    }

    .wpb_tour:not(.wpb_tour_extended) .wpb_tabs_nav {
        width: 100%;
        margin-bottom: 30px;
    }

    .wpb_tour:not(.wpb_tour_extended) .wpb_tab {
        width: 100%;
    }

    .show-progress .number {
        display: none;
    }

    .v-member-nav {
        width: 100% !important;
        border-right: none !important;
        border-top: 1px solid #fff;
        padding: 28px 15px;
    }

    .margin4x {
        margin: 30px;
    }

    .margin5x {
        margin: 40px;
    }

    body.left-side-menu {
        padding-right: 0 !important;

    }

    .vc_custom_1589067473657 {
        height: 250px;
        padding: 0 !important;
        margin-top: 90px;
    }

    body.left-side-menu .pagination.hide {
        display: block !important;
        text-align: center;
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .nav-item-serv {
        padding:12px 12px 10px;
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }

    .show-progress .number {
        display: none;
    }

    body.left-side-menu {
        padding-right: 0 !important;
    }

    body.left-side-menu .margin5x {
        margin: 0;
    }

    body.left-side-menu .vc_row {
        padding-left: 0 !important;
    }
}

.wpb_wrapper p{margin: 0;}

.float-order{position: fixed;border-radius: 100%;height: 60px;width: 60px;background: #222222;bottom: 10px;left: 10px;display: block;box-shadow: 0px 0px 5px #222222;z-index: 999999;}
.float-order img{margin: 0px auto;display: block;height: 25px;position: relative;top: 17px;}
.float-order a{height:60px;width:60px;display:block;vertical-align: top;position: relative;top: 0;}